seal all members.
authorTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 10:59:48 +0000 (10:59 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 10:59:48 +0000 (10:59 +0000)
* gtk/gtkcellrendererpixbuf.h: seal all members.

svn path=/trunk/; revision=20511

gtk/gtkcellrendererpixbuf.h

index 7886f8e3b4c7c8d5fa3b6e74546f83f8c8b02911..33b92d03e92dbddb1952df6cca4c0c2ec8ac14c1 100644 (file)
@@ -45,9 +45,9 @@ struct _GtkCellRendererPixbuf
   GtkCellRenderer parent;
 
   /*< private >*/
-  GdkPixbuf *pixbuf;
-  GdkPixbuf *pixbuf_expander_open;
-  GdkPixbuf *pixbuf_expander_closed;
+  GdkPixbuf *GSEAL (pixbuf);
+  GdkPixbuf *GSEAL (pixbuf_expander_open);
+  GdkPixbuf *GSEAL (pixbuf_expander_closed);
 };
 
 struct _GtkCellRendererPixbufClass